projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d30517
)
xend: Remove use of non-existent xc.handle() function.
author
Keir Fraser
<keir.fraser@citrix.com>
Wed, 9 Jun 2010 06:55:19 +0000
(07:55 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Wed, 9 Jun 2010 06:55:19 +0000
(07:55 +0100)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
tools/python/xen/xend/XendCheckpoint.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/XendCheckpoint.py
b/tools/python/xen/xend/XendCheckpoint.py
index 1cb1cab1b7e95ac0c1b85cc4ba18d60aa4e67d4b..10ed67f8077b8a73976aad5c042025a08bd87f0a 100644
(file)
--- a/
tools/python/xen/xend/XendCheckpoint.py
+++ b/
tools/python/xen/xend/XendCheckpoint.py
@@
-360,7
+360,7
@@
class RestoreInputHandler:
def forkHelper(cmd, fd, inputHandler, closeToChild):
- child = xPopen3(cmd, True, -1, [fd
, xc.handle()
])
+ child = xPopen3(cmd, True, -1, [fd])
if closeToChild:
child.tochild.close()